

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {

 	.main{
 		width: 96%;
 		margin: 0 auto;
 		position: relative;
 	}
 	.top{
 		display: none;
 	}
 	.head{
 		height: 70px;
 	}
 	.head .main{
 		height: 70px;
 	}
 	.head .name{
 		width: 80%;
 	}
 	.head .btn{
 		width: 35px;
 		display: block;
 	}
 	.head .tel{
 		display: none;
 	}
	.banner img{
		display: none;
	}
 	.banner img:last-child{
		display: block;
 	}
 	.content .bd{
 		width: 96%;
 		margin: 0 auto;
 	}
 	 
 	.wrapper{
 		margin-top: 80px;
 	}
 	.in-banner{
 		margin-top: 80px;
 	}
 	.tel{
 		display: none;
 	}
  	.nav{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  		padding:10px 0;
  		position: absolute;
  		top: 70px;
  		display: none;
  		z-index: 100;
  	}
	.nav ul{
		width: 100%;
		margin: 0 auto;
	}
  	.nav ul li{
  		width: 100%;
  		text-align: left;
  		padding: 0 2%;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: 1px dashed #xlrde;
  		line-height: 40px;
  	}
  	.nav ul li:hover ul{
  		display: none;
  	}
  	.nav ul li:after{
  		width: 0;
  		height: 0;
  		overflow: hidden;
  	}
  	.nav ul li a{
  		font-size: 15px;
  	}
	.nav ul ul{
		background: none;
		position: initial;
	}

	
	.nav ul li:hover ul li{
		background: none;
	}
	.nav ul li  ul li:last-child{
		border: none;
	}
	.nav ul li ul li:hover a{
		text-decoration: none;
	}
	.nav ul li ul li ul li:hover a{
		text-decoration: none;
	}
	.nav ul ul li{
		height: auto;
		overflow: hidden;
		line-height: 30px;
		border: none;
		font-weight: bold;
	}
	.nav ul li:hover {
		background: none;
	}
	.nav ul li:hover ul li{
		background:none;
	}
	.nav ul ul li a{
		font-size: 13px;
	}
	.nav ul ul li ul li a{
		font-size: 12px;
	}
	.nav ul li i{
		display: block;
		position: absolute;
		right: 0;
		top:0;
		width: 50px;
		height: 37px;
		background-size:  25px 25px;
		background-position: center center;
	}
	.nav ul ul ul{
		padding: 0;
		left: 0;
	}
	.nav ul ul ul li{
		border: none;
	}
	.nav ul ul li:before{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul ul li{
		background: none;
	}

	.nav .current{
		background: url(../images/icon01.png) no-repeat right 10px !important;
		background-size: auto 20px !important;
	}

	.keywords{
		width: 100%;
		height: auto;
		display: none;
		overflow: hidden;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 24px;
	}
	.keywords .main{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.keywords h4{
		width: 92px;
		font-size: 14px;
	}
	.keywords ul{
		width: 78%;
		margin-top: 2px;
	}
	.keywords ul li{
		line-height: 20px;
		font-size: 12px;
	}
	.keywords ul li:after{
		height: 12px;
		margin-top: -6px;
	}
	.title h4{
		font-size: 26px;
	}
	.title span{
		font-size: 13px;
	}
	.title p{
		font-size: 12px;
	}
 	.product{
 		margin-top: 30px;
 		min-height:500px;
 	}
 
 	.product .list{
 		width: 100%;
 		margin-top: 30px;
 	}
 	.product .list .item{
 		width: 48.5%;
 		float: left;
 		margin: 0;
 		height: 40px;
 		margin-bottom: 6px;
 	}
 	.product .list .item:nth-child(2n){
 		float: right;
 	}
 	.product .list .item h4{
 		width: 100%;
 		height: 40px;
 		background-position: 96% center;
 		background-size: auto 6px;
 	}
  
 	.product .list .item h4 a{
 		margin-left: 10px;
 		font-size: 13px;
 		height: 40px;
 		display: inline-block;
  		width: auto;
 		line-height: 40px;
 	}
 	.product .item ul{
 		 
 		margin-top: 45px;
 		z-index: 100;
 	}
 	.product .item ul li{
 		width: 90%;
 		height: 35px;
 		line-height: 35px;
 		margin-left: 5%;
 	}
 	.product .item ul li a{
 		font-size: 12px;
 	}
 	.product  .more{
 		display: block;
 		width: 120px;
 		height: 30px;
 		line-height: 30px;
 	}

 	.product .pic{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 	}
 	.product .pic ul{
 		margin: 0;
 	}
 	.product .pic ul li{
 		float: left;
 		width: 49%;
 		height: auto;
 		overflow: hidden;
 		margin: 0;
 		margin-bottom: 8px;
 	}
 	.product .pic ul li div {
 		width: 100%;
 	}
 	.product .pic ul li:nth-child(2n){
 		float: right;
 		margin-left: 0;
 	}
 	.product .pic ul li p{
 		font-size: 12px;
 		height: 30px;
 		line-height: 30px;
 	}
 	.product .pic ul li:nth-child(n+7){
 		display: none;
 	}
	.about{
		height: auto;
		overflow: hidden;
		padding: 25px 0;
		margin-top: 30px;
	}
	.about .bd{
		width: 96%;
		margin: 0 auto;
	}
	.about .pic{
		width: 100%;
	}

	.about .pic img{
		 
		width: 100%;
	}
	
	.about .right{
		margin: 0;
		margin-bottom:70px;
	}
	.about .right .intro .tit h4{
		font-size: 18px;
		float: initial;
	}
	.about .right .intro .tit p{
		margin: 0;
		font-size: 14px;
		margin-top: 5px;
	}
	.about .right .intro{
		margin-top: 20px;
	}
	.about .pic{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.about .pic img{
		width: 100%;
		height: auto;
		position:static;
		top: 0;
		left: 0;
		transform:inherit;

	}
	.about .right{
		width: 100%;
		margin: 0;
		height: auto;
	}
	.about .right .intro{
		width: 94%;
	}
	.about .right .intro .info{
		margin-top: 10px;
		height: auto;
		overflow: hidden;
	}
	.about .right .intro .info p{
		font-size: 13px;
		line-height: 24px;
	}
	.about .right .data ul li p{
		font-size: 34px;
	}
	.about .right .data ul li span{
		font-size: 14px;
	}
	.about .right .data ul{
		padding-top: 20px;
		padding-bottom: 25px;
		height: auto;
		overflow: hidden;
	}
 
	.about .right .data{
		height: auto;
		overflow: hidden;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.about .right .data ul li{
		float: left;
		width: 49%;
		height: 80px;
	}
	.about .right .data ul li:after{
		height: 60px;
		margin-top: -30px;
	}
	.about .right .data ul li:nth-child(2n){
		float: right;
	}
	.about .right .data ul li:nth-child(2n):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.cases {
	  	height:auto;
	  	margin-top: 30px;
	}

	.cases .list{
	 	width: 100%;
	 	margin-top: 20px;
	}
	.cases .list .item{
	 	width: 48.5%;
	 	float: left;
	 	margin: 0;
	 	height: 40px;
	 	margin-bottom: 6px;
	}
	.cases .list .item:nth-child(2n){
	 	float: right;
	}
	.cases .list .item h4{
	 	width: 100%;
	 	height: 40px;
	 	background-position: 96% center;
	 	background-size: auto 6px;
	 }
	.cases .list .item h4 a{
 		margin-left: 10px;
 		font-size: 13px;
 		height: 40px;
 		display: inline-block;
  		width: auto;
 		line-height: 40px;
 	 
 	}
	 .cases .item ul{
	 	 
	 	margin-top: 45px;
	 	z-index: 100;
	 }
	 .cases .item ul li{
	 	width: 90%;
	 	height: 35px;
	 	line-height: 35px;
	 	margin-left: 5%;
	 }
	 .cases .item ul li a{
	 	font-size: 12px;
	 }
	 
	 .cases .show{
	 	width: 100%;
	 	height: auto;
	 	overflow: hidden;
	 }
	 .cases .pic {
	 	width: 50%;
	 }
	 .cases .pic ul li{
	 	float: left;
	 	width: 12%;
	 	margin-left: .5%;
	 }
	 .cases .pic ul li div{
	 	width: 100%;
	 }
	.cases .pic ul li img{
	  	display:block;
	  	width: 100%;
	  }
	.cases .pic ul li p{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.cases .more{
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-top: 20px;
	}
	.adv{
		margin-top: 30px;
		height: 1100px;
		overflow: hidden;
	}
	.adv .bd{
		height: 1060px;
	}
	.adv .adv-tit{
		margin-top: 20px;
	}
	.adv .adv-tit h4{
		font-size: 26px;
	}
	.adv .adv-tit span{
		font-size: 16px;
	}
	.adv .adv-tit p{
		font-size: 12px;
	}
	.adv  ul{
		width: 315px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.adv ul li{
		width: 100%;
		background-size:  auto 100%;
	}
	.adv ul li:nth-child(1){
		background:#0b70b8 url(../images/adv01.png) no-repeat 25px  30px;
		background-size:  auto 120px;
	}

	.adv ul li:nth-child(2){
		background:#0b70b8 url(../images/adv02.png) no-repeat  150px 30px;
		background-size:  auto 120px;
	}

	.adv ul li:nth-child(3){
		background:#0b70b8 url(../images/adv03.png) no-repeat  25px  30px;
		background-size:  auto 120px;
	}
	.adv ul li:nth-child(4){
		background:#0b70b8 url(../images/adv02.png) no-repeat  150px 30px;
		background-size:  auto 120px;
	}
	 
	.adv ul li .intro {
		width: 80%;

	}
	.adv ul li .intro .tit p{
		font-size: 18px;
	}
	.adv ul li .intro .info p{
		font-size: 12px;
	}
	.adv .tel{
		width:275px;
		display: block;
		margin-top: 10px;
	}
	.adv .tel .t{
		height: 53px;
		width: 110px;
	}
	.adv .tel .t img{
		height: 40px;
		margin-top: 6px;
		margin-left: 6px;
	}
	.adv .tel .info{
		width: 165px;
		height: 53px;
	}
	.adv .tel .t p {
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
	}
	.adv .tel .info b {
		font-size: 18px;
		width: 130px;
	}
	.news{
		margin-top: 30px;
	}
	.news .left{
		display: none;
	}
	.news ul{
		width: 100%;
	}
	.news ul li{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 3% 2%;
	}
	.news ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news ul li .time{
 		width: 78px;
 		height: 70px;
	}
	.news ul li .time b{
		margin-top: 8px;
		font-size: 24px;
	}
	.news ul li .time p{
		font-size: 13px;
	}
	.news ul li .info{
		width: 72%;
		margin-left: 15px;
		margin-top: 0;
	}
	.news ul li .info h4{
		font-size: 16px;
	}
	.news ul li .info p{
		font-size: 12px;
		line-height: 20px;
	}

	.news .more{
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-top: 20px;
	}
	.section{
		padding: 20px 0;
		margin-top: 30px;

	}
 	.section .main{
 		width: 100%;
 	}
	.section .bd{
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background: none;
	}
	.section .bd .mssg{
		float: inherit;
		width:96%;
		margin:5px auto;
		height: auto;
		box-shadow:  0px 0px 3px 1px #d3d3d3;
		padding-bottom:30px;
	}
	.section .bd .mssg .tit{
		margin-left: 5%;
	}
	.section .bd .mssg form{
		width: 90%;
	}
	.section .bd .mssg form ul li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.section .bd .mssg form ul li p{
		font-size: 14px;
		width: 75px;
	}
	.section .bd .mssg form ul li input{
		width: 80%;
	}
	.section .bd .mssg form ul li textarea{
		width: 80%;
	}
	.section .bd .mssg form .btn{
		width: 96%;
		height: 40px;
		margin: 0 auto;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
		margin-top: 15px;
	}
	.section .bd .contact{
		width: 88%;
		padding: 0 4%;
		float: initial;
		margin: 5px auto;
		margin-top: 10px;
		background: #fff;
		box-shadow:  0px 0px 3px 2px #d3d3d3;
	}
	.section .bd .contact .pic{
		width: 100%;
	}
	.section .bd .contact .pic img{
		display: block;
		width: 100%;
		height: auto;
	}
	.section .bd .contact .intro{
		height: auto;
		min-height: 150px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.contact .intro h4 {
		font-size: 16px;
	}
	.contact .intro p{
		font-size: 13px;
		line-height: 24px;
	}
	.links{
		display: none;
	}
	.gotop{
		background: #0b70b8;
		display: flex;
		justify-content:center;
		padding: 10px 0;
		align-items: center;
		color:#fff;
		font-size: 13px;

	}
	.gotop img{
		height: 13px;
		margin-right: 8px;
	}
	.footer{
		padding: 20px 0;
		padding-bottom: 120px;
	}
	.footer .menu{
		display: none;
	}
	.footer .intro {
		margin: 0;
		width: 86%;
		margin: 0  auto;
	}
	.footer .intro p{
		width: 100%;
		font-size: 12px;
		line-height: 24px;
	}
	.footer  .ewm img{
		display: block;
		width: 110px;
		height: 110px;
	}

	.page{
		margin:  30px auto;
	}
	.fn{
		display: block;
	}
	.float{
		display: none;
	}
	.content .title-column{
		margin-top: 0px;
		display: flex;
 		justify-content: space-between;
 		align-items: flex-start;
 		flex-wrap: wrap;
 		flex-direction: column-reverse;
	}
	.content .title-column .tit{
		width: 100%;
		margin-top: 15px;
	}
	.content .title-column .crumbs a:after{
		right: -3px;
	}
	.content .title-column .crumbs a:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.content .title-column h4{
		font-size: 18px;
		line-height: 30px;
	}
	.content .title-column h4:after{
		height: 22px;
		top: 4px;
	}
	.content .title-column span{
		font-size: 12px;
		margin-top: 2px;
	}
	.content .title-column .crumbs{
		float: left;
		margin-top: 15px;
	}

	.news-list .title{
		margin-bottom: 20px;
	}
	.news-list{
		width:100%;
		margin: 0;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news-list ul li{
		padding: 3% 2%;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin-bottom:8px;
	}
	.news-list ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news-list ul li .time{
 		width:59px;
 		height:59px;
	}
	.news-list ul li .time b{
		margin-top: 8px;
		font-size: 18px;
	}
	.news-list ul li .time p{
		font-size: 12px;
	}
	.news-list ul li .info{
		width: 72%;
		margin-left: 15px;
		margin-top: 0;
	}
	.news-list ul li .info h4{
		font-size: 15px;
	}
	.news-list ul li .info p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 2px;
	}
	.cases-list ul{
		margin: 0;
	}
	.cases-list ul li{
		width: 49%;
		margin: 0;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.cases-list ul li:nth-child(2n){
		float: right;
	}
	.cases-list ul li  img{
		display: block;
		width: 100%;
		height: auto;
	}

	.cases-list ul li p{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.item-list {
		margin-top: 20px;
	}
    .item-list .list ul{
    	margin-left: -1%;
    }
    .item-list .list ul li{
    	width: 24%;
    	margin-left: 1%;
    	height:40px;
    	line-height:40px;
    }
    .item-list .list ul li a{
    	font-size: 14px;
    }

    .item-list .pic{
    	width: 99%;
    	padding: 0 .5%;
    }
    .item-list .pic ul{
    	margin-left: -1.333%;
    }
	.item-list .pic ul li{
		width: 32%;
		margin-left: 1.333%;
		margin-top: 10px;
	}
	.item-list .pic ul li p{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}



	.about-detailed .intro{
		width:94%;		
		padding: 0;
		margin: 25px auto;

	}
	.about-detailed .intro p{
		font-size: 14px;
	}
	.about-detailed .honor{
		width: 94%;
	}
	.about-detailed .honor ul {
		margin-left: 0;
	}
	.about-detailed .honor ul li{
		width:49%;
		margin: 0;
	}
	.about-detailed .honor ul li:nth-child(2n){
		float: right;
	}
	.about-detailed .honor ul li img{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 5%;
	}
	.cont-detailed{
		margin-top: 10px;
	}
	.cont-detailed .map{
		width: 100%;
		height: 300px;
	}
	.cont-detailed .bd{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 30px;
	}
	.cont-detailed .cont{
		width:100%;
	 
		margin: 0 auto;
		float: inherit;
	}
	.cont-detailed .cont img{
		width: 100%;
		height: auto;
	}
	.cont-detailed .info h4{
		font-size: 16px;
	}
	.cont-detailed .info{
		padding: 3% 2%;
	}
	.cont-detailed .info p{
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}

	.cont-detailed .form{
		width: 100%;
		margin: 0 auto;
		float: inherit;
 
		margin-top: 20px;
	}
	.cont-detailed .form form{
		margin-top: 10px;
	}
	.cont-detailed .form .tit p{
		width: 100%;
		float: inherit;
	}
	.cont-detailed .form .tit span{
		float: inherit;
		margin-left: 0;

	}
	.cont-detailed .form form ul li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.cont-detailed .form form ul li p{
		width: 50px;
		font-size: 14px;
		line-height: 40px;
	}
	.cont-detailed .form form ul li input{
		width:89%;
		height: 40px;
	}
	.cont-detailed .form form ul li textarea{
		width:89%;
	}
	.cont-detailed .form  .btn{
		width: 100%;
		height: 40px;
		font-size: 14px;
	}

	.pro-list{
		margin-top: 10px;
	}
	.pro-list .main{
		width: 100%;
	}

	.pro-list .list{
		margin-top: 10px;
	}
	.article-detailed{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.article-detailed .tit h4{
		text-align: center;
		font-size: 16px;
	}
	.article-detailed .tit span{
		text-align: center;
		font-size: 12px;
	}

	.article-detailed .intro img{
		max-width: 100%;
	}
	.article-detailed .intro {
		margin-top: 5px;
		font-size: 13px;
		line-height: 20px;
	}
	.fy{
		margin-bottom: 30px;
	}
	.fy p{
		font-size: 12px;
		line-height: 20px;
		max-width: 75%;
		white-space: nowrap;
	    text-overflow: ellipsis;
 		line-height: 25px;
	    overflow: hidden;
	}
	.fy a{
		font-size: 12px;
		line-height: 25px;
	}
	.in-footer{
		margin-top: 0;
	}
	.news-center{
		margin-top: 20px;
	}
}



.news-list .list{
	width: 100%;
	margin-top: 30px;
}
.news-list .list .item{
	width: 48.5%;
	float: left;
	margin: 0;
	height: 40px;
	margin-bottom: 6px;
}
.news-list .list .item:nth-child(2n){
	float: right;
}
.news-list .list .item h4{
	width: 100%;
	height: 40px;
	background-position: 96% center;
	background-size: auto 6px;
}

.news-list .list .item h4 a{
	margin-left: 10px;
	font-size: 13px;
	height: 40px;
	display: inline-block;
	 width: auto;
	line-height: 40px;
}